func golang.org/x/sys/unix.pipe2
2 uses
golang.org/x/sys/unix (current package)
syscall_linux.go#L135: err := pipe2(&pp, flags)
zsyscall_linux.go#L113: func pipe2(p *[2]_C_int, flags int) (err error) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)